home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img256.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  2.9 KB  |  378x356  |  1-bit (2 colors)
   ocr: interface Type MyType = Real; implementatian end. Pragram progi Uses UnitA; - Redeclaration of L MyTypel Type MyType = Integer; Var A - : Mytype; i Will be integer B: UnitA.N MyType I Will be real I begin end.